A5WS_LockOutUserStatus Function

Syntax

Result as C = a5ws_LockOutUserStatus(C UserValue [,* NotUsed ])

Arguments

Result

Returns blank value if 'UserValue' is not locked out or lock out time has expired. Will return 'locked out until' time as character value if user is locked out.

UserValue

A user value to be checked.

NotUsed

*

Description

Determine if a specific UserValue is locked out. Returns blank if UserValue not locked out, and returns 'locked out until time' as character if locked out.

Discussion

The A5WS_LockOutUserStatus() function determines the locked out status of a user value.

Example

This example shows that the user "[email protected]" is locked out until Jan 1, 2007 at 10:00 pm.

?a5ws_LockOutUserStatus("[email protected]")
= "01/01/2007 10:00:00 00 pm"

Limitations

Web publishing applications only.

See Also